RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/t/.*$
RewriteCond %{REQUEST_URI} !^/admin/.*$
RewriteRule ^(.*)$ /index.php/$1

<IfModule mod_php5.c>
php_value post_max_size 1500M
php_value upload_max_filesize 1500M
php_value memory_limit 9999999999M
php_value max_execution_time 1259200
php_value max_input_time 1500000
php_value session.gc_maxlifetime 12200
</IfModule>